C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / InsertAsync Method

In This Topic
InsertAsync Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Syntax
'Declaration
 
Public Function InsertAsync( _
   ByVal index As Integer, _
   ByVal item As T, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of Integer)
 

Parameters

index
item
cancellationToken
See Also